AOnItemLongClickListener
Complete API reference for AOnItemLongClickListener, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: Android Views
Component: no
public class AOnItemLongClickListener
Methods
| Signature | Returns | Description |
|---|---|---|
onItemLongClick(AdapterView<?>, View, int, long) | boolean | Performs the onItemLongClick operation using the provided parameters (parent, view, position, id). |
onItemLongClickEvent(AdapterView<?>, View, int, long) | boolean | Executes onItemLongClickEvent and returns after the underlying engine call finishes. |